Skip to content

feat: add SQL statement for begin transaction isolation level #1331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025

Conversation

olavloite
Copy link
Contributor

Adds an additional option to the begin [transaction] SQL statement to specify the isolation level of that transaction. The following format is now supported:

{begin | start} [transaction] [isolation level {repeatable read | serializable}]

@olavloite olavloite requested review from a team as code owners April 3, 2025 11:52
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Apr 3, 2025
@olavloite olavloite requested a review from aakashanandg April 3, 2025 11:53
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Apr 3, 2025
Adds an additional option to the `begin [transaction]` SQL statement to
specify the isolation level of that transaction. The following format is
now supported:

```
{begin | start} [transaction] [isolation level {repeatable read | serializable}]
```
@olavloite olavloite force-pushed the dbapi-begin-isolation-level branch from f15b60a to 56fe1a5 Compare April 3, 2025 12:16
@olavloite olavloite enabled auto-merge (squash) April 14, 2025 09:53
@olavloite olavloite merged commit 3ac0f91 into main Apr 14, 2025
15 checks passed
@olavloite olavloite deleted the dbapi-begin-isolation-level branch April 14, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants